home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / c / ExtrasLib.lha / ExtrasLib / Include / clib / extras / nnstring_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-30  |  421 b   |  18 lines

  1. #ifndef CLIB_EXTRAS_NNSTRING_PROTOS_H
  2. #define CLIB_EXTRAS_NNSTRING_PROTOS_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7.  
  8. #ifndef EXTRAS_NNSTRING_H
  9. #include <extras/nnstring.h>
  10. #endif
  11.  
  12. STRPTR nns_NextNNStr(STRPTR NNStr);
  13. STRPTR nns_AddNNStr (STRPTR NNStr, STRPTR New);
  14. LONG   nns_NNStrLen (STRPTR NNStr);
  15. STRPTR nns_GetNNData(STRPTR NNStr, STRPTR Name, STRPTR DefVal);
  16.  
  17. #endif /* CLIB_EXTRAS_NNSTRING_PROTOS_H */
  18.